Einhugur macOS Bridge plugin.

NSArray.BooleanValue Method

Returns Boolean value from the array at given index or false if the element at given index was not NSNumber.

BooleanValue(
   index as Integer) as Boolean

Parameters

index
Index of the element to get (zero based).

Returns

Boolean

Remarks

This method is shortcut from having to get the value as NSNumber then then grab the value from that.

See Also

NSArray Class